home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / WHTTPD / CGI-DOS / FORM-RPT.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-04-19  |  367 b   |  14 lines

  1. rem
  2. rem     Used with example forms in the Windows httpd documentation
  3. rem     Too bad angle brackets can't be echoed by COMMAND.COM...
  4. rem     Get a better shell!
  5. rem
  6. set of=%output_file%
  7. echo Content-type:text/html > %of%
  8. echo. >> %of%
  9. type c:\httpd\cgi-bin\form-rpt.pre >> %of%
  10. type %CONTENT_FILE% >> %of%
  11. type c:\httpd\cgi-bin\form-rpt.pst >> %of%
  12.  
  13.  
  14.